projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6039e
)
Silence a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 10 Nov 2013 00:26:22 +0000
(19:26 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 10 Nov 2013 00:26:22 +0000
(19:26 -0500)
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 7401aa33312770e6caf2c23aeba20a1b0fa32a1e..7dcfcb0c9ee081ea57f0ecf21527ac2b157dd98a 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-698,7
+698,7
@@
file_is_shown (GtkPlacesSidebar *sidebar,
return TRUE;
}
}
- while (gtk_tree_model_iter_next (
sidebar->store
, &iter));
+ while (gtk_tree_model_iter_next (
GTK_TREE_MODEL (sidebar->store)
, &iter));
return FALSE;
}